VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000 Namespace / Jpeg2000Page Class / GetTileRectImage Methods / GetTileRectImage(DecodingSettings,Int32,Rectangle,EventHandler<ProgressEventArgs>) Method
Syntax Requirements SeeAlso
In This Topic
    GetTileRectImage(DecodingSettings,Int32,Rectangle,EventHandler<ProgressEventArgs>) Method (Jpeg2000Page)
    In This Topic
    Returns an image of specified region of specified tile of this page.
    Syntax

    Parameters

    tileIndex
    Zero based index of tile.
    region
    Rectangle, in tile, to decode.
    decodingSettings
    The decoding settings that should be used for decoding of page image.
    imageLoadingProgress
    Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).

    Return Value

    Image of specified region of specified tile of this page.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also